UserDataProfile

interface UserDataProfile

The collected data entered by the user to a form and persisted to the user data store.

Since

7.23

Functions

Link copied to clipboard
open fun address(): Address
The address entered by the user.
Link copied to clipboard
open fun companyName(): String
The name of the company entered by the user.
Link copied to clipboard
open fun email(): String
The email value entered by the user.
Link copied to clipboard
open fun fullName(): String
The full name value entered by the user.
Link copied to clipboard
open fun phoneNumber(): String
The phone number value entered by the user.